Fix a trivial typo in a doc comment
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Sep 2010 14:30:37 +0000 (10:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Sep 2010 14:30:37 +0000 (10:30 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=629733

gtk/gtkmain.c

index 6d9eca5a7fce31a3ecb9045a112d07d0fa851166..e9ebc01a503ab0464725f5bbe23c5a8dbf6507b0 100644 (file)
@@ -337,7 +337,7 @@ gtk_get_interface_age (void)
  * This function is primarily for GTK+ modules; the module
  * can call this function to check that it wasn't loaded
  * into an incompatible version of GTK+. However, such a
- * check isn't completely reliable, since the module may be
+ * check isn't completely reliable, since the module may be
  * linked against an old version of GTK+ and calling the
  * old version of gtk_check_version(), but still get loaded
  * into an application using a newer version of GTK+.